Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
expm1
expm1
Returns exp(number) - 1, and can calculate the exact result even when the value of number is close to zero.
Name:
expm1
Category:
math
Programming Language:
php
One-line Description:
Returns the value of -1 to the power of E.
Related
Easily Resize JPEG Images with PHP to Improve Website Loading Speed
1
The actual use case of is_nan function: floating numerical verification
5
How to use curl_close and curl_version to view cURL version information?
9
How the apcu_exists function helps you implement cache checking and logic control? A step-by-step guide
9
Similar Functions
log1p
log1p
Returnslog(1+number)
atanh
atanh
Antihyperbolictangen
is_infinite
is_infinite
Determinewhetheritis
pow
pow
Exponentialexpressio
round
round
Roundfloatingpointnu
pi
pi
Getthepivalue
deg2rad
deg2rad
Convertangletoradian
mt_rand
mt_rand
Generatebetterrandom
Popular Articles